Uses of Interface
com.cisco.pt.ipc.ui.LogicalWorkspace
Packages that use LogicalWorkspace
Package
Description
Java Framework built for Packet Tracer 8.1.0.
-
Uses of LogicalWorkspace in com.cisco.pt.ipc
Methods in com.cisco.pt.ipc that return LogicalWorkspaceMethods in com.cisco.pt.ipc with parameters of type LogicalWorkspaceModifier and TypeMethodDescriptionIPCFactory.getCluster(LogicalWorkspace logicalWorkspace, String clusterId) IPCFactory.getClusterForItem(LogicalWorkspace logicalWorkspace, UUID itemUuid) IPCFactory.getClusterFromItem(LogicalWorkspace logicalWorkspace, UUID clusterItemUuid) IPCFactory.getComponentChildForAt(LogicalWorkspace logicalWorkspace, String clusterID, int index) IPCFactory.getComponentChildForByName(LogicalWorkspace logicalWorkspace, String clusterID, String name) IPCFactory.getComponentItem(LogicalWorkspace logicalWorkspace, String deviceName) IPCFactory.getCurrentCluster(LogicalWorkspace logicalWorkspace) IPCFactory.getRootCluster(LogicalWorkspace logicalWorkspace) -
Uses of LogicalWorkspace in com.cisco.pt.ipc.events
Methods in com.cisco.pt.ipc.events with parameters of type LogicalWorkspaceModifier and TypeMethodDescriptionvoidLogicalWorkspaceEventRegistry.addListener(LogicalWorkspaceEventListener listener, LogicalWorkspace objClass) voidLogicalWorkspaceEventRegistry.addSpecificListenerFiltered(LogicalWorkspaceEventListener listener, LogicalWorkspace objClass, List<String> events) voidLogicalWorkspaceEventRegistry.removeListener(LogicalWorkspaceEventListener listener, LogicalWorkspace objClass) voidLogicalWorkspaceEventRegistry.removeSpecificListenerFiltered(LogicalWorkspaceEventListener listener, LogicalWorkspace objClass, List<String> events) -
Uses of LogicalWorkspace in com.cisco.pt.ipc.ui
Methods in com.cisco.pt.ipc.ui that return LogicalWorkspaceModifier and TypeMethodDescriptionWorkspace.getLogicalWorkspace()Information provided by the PKI file: -
Uses of LogicalWorkspace in com.cisco.pt.ipc.ui.impl
Classes in com.cisco.pt.ipc.ui.impl that implement LogicalWorkspaceModifier and TypeClassDescriptionclassInformation provided by the PKI file:Methods in com.cisco.pt.ipc.ui.impl that return LogicalWorkspaceModifier and TypeMethodDescriptionWorkspaceImpl.getLogicalWorkspace()Information provided by the PKI file: